Skip to content

Conversation

@chriskrycho
Copy link
Member

This is super handy for debugging when a --build is failing for some reason. The default reporting from tsc or glint itself isn't always helpful: it tends to bottom out with a symptom like "some type is not defined" without any way to get to the root cause of why that type is not defined. Having --verbose available for a --build invocation surfaces additional information, including which references are being built or not, and why.

@chriskrycho chriskrycho added the enhancement New feature or request label Jun 16, 2023
This is super handy for debugging when a `--build` is failing for some
reason. The default reporting from `tsc` or `glint` itself isn't always
helpful: it tends to bottom out with a *symptom* like "some type is not
defined" without any way to get to the root cause of *why* that type is
not defined. Having `--verbose` available for a `--build` invocation
surfaces additional information, including which `references` are being
built or not, and why.
@NullVoxPopuli
Copy link
Contributor

This is no longer needed since we are using a ts-plugin now, 🫡 thank you for your service

@NullVoxPopuli NullVoxPopuli deleted the add-verbose branch October 30, 2025 19:45
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

enhancement New feature or request v1.x

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants